2005-05-25 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/appwindow.c (do_appwindow): Set the window
icon by name.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
+ icon by name.
+
* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
Remove another C99ism.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
+ icon by name.
+
* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
Remove another C99ism.
2005-05-25 Matthias Clasen <mclasen@redhat.com>
+ * demos/gtk-demo/appwindow.c (do_appwindow): Set the window
+ icon by name.
+
* gtk/gtkfilesystem.c (gtk_file_folder_is_finished_loading):
Remove another C99ism.
gtk_window_set_screen (GTK_WINDOW (window),
gtk_widget_get_screen (do_widget));
gtk_window_set_title (GTK_WINDOW (window), "Application Window");
+ gtk_window_set_icon_name (GTK_WINDOW (window), "gtk-open");
/* NULL window variable when window is closed */
g_signal_connect (window, "destroy",